home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
ACROYNMity
/
settings.h
< prev
next >
Wrap
Text File
|
2000-06-23
|
1KB
|
17 lines
/* Acronymity - By Karl Kornel */
/* ©2000 Karl Kornel */
/* Made in the USA for MacHack 2000 */
/* */
/* This let's YOU (yes...YOU!) define SOME of how this program works. */
/* Simply change the numbers to whatever you want. */
/* */
/* This preference defines the longest acronym that we can handle */
#define acronymLength 20
/* */
/* This is the longest word that can be in the word files */
/* Make sure that there isn't any word that's longer than this number */
#define wordLength 50
/* */
/* */
/* NOTE: After changing any values, be sure to run the program "Rebuild" */
/* Otherwise, settings will not take effect */